- type
- Type of the User-defined item.
- data
- Buffer that contains the data for the User-defined item.
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub AddUserInformation( _ ByVal type As Byte, _ ByVal data() As Byte _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomAssociate Dim type As Byte Dim data() As Byte instance.AddUserInformation(type, data) | |
| C++/CLI | |
|---|---|
public: void AddUserInformation( byte type, array<byte>^ data ) | |
Parameters
- type
- Type of the User-defined item.
- data
- Buffer that contains the data for the User-defined item.
For an example, refer to DicomAssociate.IsRoleSelect.
User-defined items may be included in the DICOM Associate to provide any other data the user finds necessary when establishing a DICOM Associate connection. The basic structure of the User-defined item is

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Reference
DicomAssociate ClassDicomAssociate Members
Overload List
UserInformationCount Property
GetUserInformationType Method
GetUserInformationDataLength Method
GetUserInformationDataPtr Method
GetUserInformationData Method
SetUserInformation(Int32,Byte,IntPtr,Int32) Method
DeleteUserInformation Method
Copy Code